StartPhotoCaptureCommand

MAVLink command which allows to start photo capture.

Constructors

Link copied to clipboard
constructor(interval: Double, @IntRange(from = 0) count: Int, @NonNull format: StartPhotoCaptureCommand.Format)
Constructor.

Types

Link copied to clipboard
enum Format
Photo format.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
@IntRange(from = 0)
open fun getCount(): Int
Retrieves the total number of photos to capture.
Link copied to clipboard
Retrieves the photo capture format.
Link copied to clipboard
open fun getInterval(): Double
Retrieves the elapsed time between two consecutive pictures, in seconds.
Link copied to clipboard
open fun hashCode(): Int